Skip to content
View onjin's full-sized avatar
Block or Report

Block or report onjin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
onjin/README.md

Hi there 👋

github-snake

Pinned

  1. nvim nvim Public

    Simple and personal nvim (neovim) config for programming

    Lua 5

  2. mkchangelog mkchangelog Public

    The CLI tool to create a changelog for a project from the git log using the conventional commits scheme

    Python 3 2

  3. docker-alpine-postgres docker-alpine-postgres Public

    Minimal PostgreSQL images based on Alpine Linux

    Shell 64 18

  4. docker-alpine-vsftpd docker-alpine-vsftpd Public

    Dead simple vsftpd server for single user

    Dockerfile 16 7

  5. .vimrc-minimal .vimrc-minimal Public

    Minimal vimrc with Plug manager and python syntax

    Vim Script 2

  6. example docker compose for postgresq... example docker compose for postgresql with db init script
    1
    postgres:
    2
      image: postgres:9.4
    3
      volumes:
    4
        - ./init.sql:/docker-entrypoint-initdb.d/init.sql